mxnet
Public Types | List of all members
mxnet::common::helper::UniqueIf< T[]> Struct Template Reference

Helper for an array of unknown bound T. More...

#include <utils.h>

Collaboration diagram for mxnet::common::helper::UniqueIf< T[]>:
Collaboration graph

Public Types

using UnknownBound = std::unique_ptr< T[]>
 Type of T. More...
 

Detailed Description

template<class T>
struct mxnet::common::helper::UniqueIf< T[]>

Helper for an array of unknown bound T.

Member Typedef Documentation

template<class T >
using mxnet::common::helper::UniqueIf< T[]>::UnknownBound = std::unique_ptr<T[]>

Type of T.


The documentation for this struct was generated from the following file: